Skip to main content

browserClosing

Type

message

Summary

Sent when a browser instance is closing

Syntax

browserClosing <pInstanceId>
XBrowser_Closing <pInstanceId>

Description

The browserClosing message is sent to the current card of a stack containing a browser object when the browser object is about to close.

note

For general information on using the browser library, see the notes in the revBrowserOpen function reference.

Parameters

NameTypeDescription

pInstanceId

The integer identifier of the browser object about to close

Examples

on browserClosing pInstanceId
delete line (lineOffset(pInstanceId, sInstances)) of sInstances
end browserClosing

command: revBrowserClose

function: revBrowserOpen

glossary: function

Compatibility and Support

Introduced

LiveCode 2.8.1

OS

mac

windows

Platforms

desktop

Thank you for your feedback!

Was this page helpful?